Skip to content

[PLT-1587] Removed all unused imports #1876

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

Gabefire
Copy link
Collaborator

Description

  • Added in Flake rule that does not allow unused imports
  • Removed all unused imports
  • Ignore other rules will add those in a separate PR

@Gabefire Gabefire requested a review from a team as a code owner October 17, 2024 01:15
@@ -74,7 +74,7 @@ dev-dependencies = [
line-length = 80

[tool.ruff.lint]
ignore = ["F", "E722"]
ignore = ["F841", "E722", "F811", "F402", "F601", "F403", "F821", "F541"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add the rest of F rules in the next PR and then we will be down to the defaults for Ruff besides bare exception statement

@Gabefire Gabefire merged commit 45527aa into develop Oct 28, 2024
20 of 22 checks passed
@Gabefire Gabefire deleted the gu/remove_unused_imports branch October 28, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants